home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMCONVERTARC / TFMCONVERTARC.txt
Text File  |  2004-09-09  |  3KB  |  135 lines

  1. object fmConvertArc: TfmConvertArc
  2.   Left = 687
  3.   Top = 530
  4.   HelpContext = 250
  5.   ActiveControl = rxfedOutput
  6.   BorderStyle = bsDialog
  7.   Caption = 'Convert Archive'
  8.   ClientHeight = 141
  9.   ClientWidth = 377
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object laInput: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 69
  25.     Height = 13
  26.     Caption = 'Input &Filename'
  27.     FocusControl = rxfedInput
  28.   end
  29.   object laOutput: TLabel
  30.     Left = 8
  31.     Top = 48
  32.     Width = 77
  33.     Height = 13
  34.     Caption = '&Output Filename'
  35.     FocusControl = rxfedOutput
  36.   end
  37.   object laFormat: TLabel
  38.     Left = 8
  39.     Top = 96
  40.     Width = 67
  41.     Height = 13
  42.     Caption = 'Output Format'
  43.   end
  44.   object rxfedInput: TJvFilenameEdit
  45.     Left = 8
  46.     Top = 24
  47.     Width = 265
  48.     Height = 21
  49.     Filter = 
  50.       'All Archive Files|*.ace;*.arc;*.arj;*.bh;*.cab;*.gz;*.jar;*.lha;' +
  51.       '*.lzh;*.rar;*.tar;*.tgz;*.uu;*.uue;*.xxe;*.z;*.zip;*.zoo'
  52.     DialogOptions = [ofFileMustExist]
  53.     ButtonFlat = False
  54.     NumGlyphs = 1
  55.     TabOrder = 0
  56.   end
  57.   object cbFormat: TComboBox
  58.     Left = 8
  59.     Top = 112
  60.     Width = 81
  61.     Height = 21
  62.     Style = csDropDownList
  63.     ItemHeight = 13
  64.     ItemIndex = 7
  65.     TabOrder = 2
  66.     Text = 'Zip'
  67.     OnChange = cbFormatChange
  68.     Items.Strings = (
  69.       'BlakHole'
  70.       'Cabinet'
  71.       'GZipTar'
  72.       'Jar'
  73.       'Lha'
  74.       'Lzh'
  75.       'Tar'
  76.       'Zip')
  77.   end
  78.   object ckVerify: TCheckBox
  79.     Left = 100
  80.     Top = 99
  81.     Width = 137
  82.     Height = 17
  83.     Caption = 'Perform Integrity Check'
  84.     TabOrder = 3
  85.   end
  86.   object buConvert: TButton
  87.     Left = 296
  88.     Top = 16
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'C&onvert'
  92.     Default = True
  93.     TabOrder = 5
  94.     OnClick = buConvertClick
  95.   end
  96.   object buCancel: TButton
  97.     Left = 296
  98.     Top = 48
  99.     Width = 75
  100.     Height = 25
  101.     Caption = '&Cancel'
  102.     ModalResult = 2
  103.     TabOrder = 6
  104.   end
  105.   object rxfedOutput: TJvFilenameEdit
  106.     Left = 8
  107.     Top = 64
  108.     Width = 265
  109.     Height = 21
  110.     DialogOptions = [ofOverwritePrompt]
  111.     ButtonFlat = False
  112.     NumGlyphs = 1
  113.     TabOrder = 1
  114.     OnEnter = rxfedOutputEnter
  115.   end
  116.   object ckDeleteOrg: TCheckBox
  117.     Left = 100
  118.     Top = 118
  119.     Width = 177
  120.     Height = 17
  121.     Caption = 'Delete Original File After Convert'
  122.     TabOrder = 4
  123.     OnClick = ckDeleteOrgClick
  124.   end
  125.   object buHelp: TButton
  126.     Left = 296
  127.     Top = 80
  128.     Width = 75
  129.     Height = 25
  130.     Caption = '&Help'
  131.     TabOrder = 7
  132.     OnClick = buHelpClick
  133.   end
  134. end
  135.